ALA Rules for Filing Catalog Cards - traducción al Inglés
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

ALA Rules for Filing Catalog Cards - traducción al Inglés

STANDARD FOR EXPOSING A CATALOGUE OF GEOSPATIAL RECORDS IN XML
CS-W; Web Catalog Service; Catalog Service for the Web

ALA Rules for Filing Catalog Cards      
= Reglas de la ALA para la Intercalación de Fichas de Catálogo
Ex: ALA Filing Rules (1980) supersedes both the first and second editions of the ALA Rules for Filing Catalog Cards.
ALA (American Library Association)      
= ALA (Asociación Americana de Bibliotecarios)
Ex: The joint code was the result of the combined efforts of the Library Association (UK) and the American Library Association.
----
* ALA-accredited = homologado por la ALA
* ALA Filing Rules = Reglas de Intercalación de la ALA
* ALA Rules for Filing Catalog Cards = Reglas de la ALA para la Intercalación de Fichas de Catálogo
filing3      
(n.) = ordenación de fichas, intercalación de fichas
Ex: Some early codes included recommendations for filing practices and subject headings, but these are usually now the subject of a separate list or set of rules.
----
* ALA Filing Rules = Reglas de Intercalación de la ALA
* ALA Rules for Filing Catalog Cards = Reglas de la ALA para la Intercalación de Fichas de Catálogo
* BLAISE Filing Rules = Reglas de Intercalación de BLAISE
* filing clerk = auxiliar dedicado a la ordenación de fichas
* Library of Congress Filing Rules = Reglas de Intercalación de la Biblioteca del Congreso

Definición

ala
Sinónimos
sustantivo
3) hilera: hilera, fila, grupo, tropa
4) engreimiento: engreimiento, osadía, ánimo, brío

Wikipedia

Catalogue Service for the Web

Catalogue Service for the Web (CSW), sometimes seen as Catalogue Service - Web, is a standard for exposing a catalogue of geospatial records in XML on the Internet (over HTTP). The catalogue is made up of records that describe geospatial data (e.g. KML), geospatial services (e.g. WMS), and related resources.

CSW is one part (or "profile") of the OGC Catalogue Service, which defines common interfaces to discover, browse, and query metadata about data, services, and other potential resources. Version 2.0 of the specification was released in May 2004. The most recent release is 2.0.2, which was published in 2007.

The records are in XML according to the standard. Typically the records include Dublin Core, ISO 19139 or FGDC metadata, encoded in UTF-8 characters. Each record must contain certain core fields including: Title, Format, Type (e.g. Dataset, DatasetCollection or Service), BoundingBox (a rectangle of interest, expressed in latitude and longitude), Coordinate Reference System, and Association (a link to another metadata record).

Operations defined by the CSW standard include:

  • GetCapabilities: "allows CSW clients to retrieve service metadata from a server"
  • DescribeRecord: "allows a client to discover elements of the information model supported by the target catalogue service. The operation allows some or all of the information model to be described".
  • GetRecords: search for records, returning record IDs
  • GetRecordById: "retrieves the default representation of catalogue records using their identifier"
  • GetDomain (optional): "used to obtain runtime information about the range of values of a metadata record element or request parameter"
  • Harvest (optional): create/update metadata by asking the server to 'pull' metadata from somewhere
  • Transaction (optional): create/edit metadata by 'pushing' the metadata to the server

Requests can encode the parameters in three different ways:

  • GET with URL parameters
  • POST with form-encoded payload
  • POST with XML payload

Responses are in XML.